Amended documentation for gtk_widget_set_size_request().
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 2 Oct 2012 14:11:39 +0000 (23:11 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 2 Oct 2012 14:11:39 +0000 (23:11 +0900)
commit8705c59f8cfe703abbc0bbc270e27656b81ef52d
tree6fdcae758c962fdadd9fcdf743bcee09dfec880b
parent4f6a55d689b9d77fcaf661d6f107dee54d99f7ef
Amended documentation for gtk_widget_set_size_request().

It seems we missed updating this since GTK+3, widgets cannot be
allocated less than the size they requested in thier request
phase, and explicit sizes are used only to grow the size request.
gtk/gtkwidget.c